projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83dc4c8
)
Fix tiny fonts in win32 theme
author
Jaime Velasco Juan
<jsagarribay@gmail.com>
Thu, 13 Oct 2016 11:26:09 +0000
(12:26 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000
(16:25 +0200)
broken since
df08fc91
... (css: always get default font size in pixels)
https://bugzilla.gnome.org/show_bug.cgi?id=773221
gtk/theme/win32/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/theme/win32/gtk-win32-base.css
b/gtk/theme/win32/gtk-win32-base.css
index c0f392ce16e8150663cb86e37c13b65d147488df..7532e1c20227b796267898c2e1c508ac23e47fc7 100644
(file)
--- a/
gtk/theme/win32/gtk-win32-base.css
+++ b/
gtk/theme/win32/gtk-win32-base.css
@@
-23,7
+23,7
@@
viewport {
/* XXX: This should be the default, but isn't?! */
font-family: "Segoe UI", Sans;
- font-size: 9p
x
;
+ font-size: 9p
t
;
background-color: -gtk-win32-color(window, btnface);
color: -gtk-win32-color(window, btntext);
}